SixBit API Schema
InventoryType Complex Type
Description
The information about an items inventory.
Namespace (none)
Diagram
InvoiceNumber Element PONumber Element FulfillmentSource Element DatePurchased Element SupplierName Element SupplierAccountNum Element SupplierID Element Cost Element Quantity Element StorageLocation Element ProductID Element SKU Element ExternalItemID Element ItemID Element Title Element All InventoryType Complex Type
Overview
InventoryType
The information about an items inventory.
Used By
Inventory Element
Inventory Element
Inventory Element
Inventory Element
Inventory Element
Inventory Element
Inventory Element
Source
<xs:complexType name="InventoryType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The information about an items inventory.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Title" type="TitleType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ItemID" type="ItemIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ExternalItemID" type="ExternalItemIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SKU" type="SKUType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ProductID" type="ProductIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StorageLocation" type="StorageLocationType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Quantity" type="QuantityType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Cost" type="CostType" maxOccurs="1" minOccurs="0" nillable="true" />
    <xs:element name="SupplierID" type="SupplierIDType" maxOccurs="1" minOccurs="0" nillable="true" />
    <xs:element name="SupplierAccountNum" type="AccountNumType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SupplierName" type="SupplierNameType" maxOccurs="1" minOccurs="0" />
    <xs:element name="DatePurchased" type="DatePurchasedType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FulfillmentSource" type="FulfillmentSourceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="PONumber" type="PONumberType" maxOccurs="1" minOccurs="0" />
    <xs:element name="InvoiceNumber" type="InvoiceNumberType" maxOccurs="1" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.